projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295c2fe
)
[GI] Add method annotation for gtk_grab_add and gtk_grab_remove.
author
Laszlo Pandy
<lpandy@src.gnome.org>
Thu, 3 Feb 2011 14:20:23 +0000
(15:20 +0100)
committer
Laszlo Pandy
<lpandy@src.gnome.org>
Thu, 3 Feb 2011 14:20:51 +0000
(15:20 +0100)
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 47d883912f06b50b023c1ecded92b26510692c72..515f05bc2fb63655e99a5e7f0637949f112beba3 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-2151,7
+2151,7
@@
gtk_grab_notify (GtkWindowGroup *group,
}
/**
- * gtk_grab_add:
+ * gtk_grab_add:
(method)
* @widget: The widget that grabs keyboard and pointer events
*
* Makes @widget the current grabbed widget.
@@
-2205,7
+2205,7
@@
gtk_grab_get_current (void)
}
/**
- * gtk_grab_remove:
+ * gtk_grab_remove:
(method)
* @widget: The widget which gives up the grab
*
* Removes the grab from the given widget.